home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / dev / e / epp_v1_4d.readme < prev    next >
Encoding:
Text File  |  1994-06-28  |  6.2 KB  |  94 lines

  1. Short: E Preprocessor, "include" source modules.
  2.  
  3. EPP             E Preprocessor.  Simple, easy-to-use macro preprocessor
  4.                 intended for use with Wouter van Oortmerssen's E language
  5.                 compiler, v2.1b.  Allows E programmer's to "include" (similar
  6.                 to C) E source code modules, thus adding modularity to the E
  7.                 language.  Update to v1.1, this release offers: twice the
  8.                 speed; many new options; directly calls the compiler;
  9.                 accurately reports errors; transparent handling of duplicate
  10.                 module and pmodule handling.
  11.                 Any OS version.  FreeWare.
  12.                 Version 1.4d, binary and source.
  13.                 Author:  Barry Wills.
  14.  
  15.  
  16. ============================= Archive contents =============================
  17.  
  18. Original  Packed Ratio    Date     Time    Name
  19. -------- ------- ----- --------- --------  -------------
  20.    20164    7848 61.0% 05-Jan-80 20:04:18  EPP/bin/EPP
  21.    15297    6250 59.1% 05-Jan-80 20:04:18  EPP/Docs/EPP.doc
  22.     9907    3941 60.2% 05-Jan-80 20:04:18  EPP/Docs/EPP.history
  23.     1119     545 51.2% 05-Jan-80 20:04:18  EPP/Docs/PModules/bReadStr.doc
  24.     1179     371 68.5% 05-Jan-80 20:04:18  EPP/Docs/PModules/cSkipNonWhite.doc
  25.     1177     369 68.6% 05-Jan-80 20:04:18  EPP/Docs/PModules/cSkipWhite.doc
  26.     1694     603 64.4% 05-Jan-80 20:04:18  EPP/Docs/PModules/eTimer.doc
  27.     7494    2035 72.8% 05-Jan-80 20:04:18  EPP/Docs/PModules/mdArray.doc
  28.      691     344 50.2% 05-Jan-80 20:04:18  EPP/Docs/PModules/mousePointer.doc
  29.      158     121 23.4% 05-Jan-80 20:04:18  EPP/Docs/PModules/readStr.doc
  30.    18837   18837  0.0% 05-Jan-80 20:04:18  EPP/EHS.lzh
  31.      748     372 50.2% 05-Jan-80 20:04:14  EPP/Fishcon.txt
  32.     1359     647 52.3% 05-Jan-80 20:04:14  EPP/FreshFish.txt
  33.      141     116 17.7% 05-Jan-80 20:04:16  EPP/PModules/beginIO.e
  34.      819     334 59.2% 05-Jan-80 20:04:16  EPP/PModules/bReadStr.e
  35.      146      99 32.1% 05-Jan-80 20:04:14  EPP/PModules/charToStr.e
  36.      709     339 52.1% 05-Jan-80 20:04:14  EPP/PModules/commandLineArgs.e
  37.      325     172 47.0% 05-Jan-80 20:04:14  EPP/PModules/cSkipNonWhite.e
  38.      232     164 29.3% 05-Jan-80 20:04:14  EPP/PModules/cSkipToChar.e
  39.      491     242 50.7% 05-Jan-80 20:04:14  EPP/PModules/cSkipToEDelim.e
  40.      270     159 41.1% 05-Jan-80 20:04:14  EPP/PModules/cSkipWhite.e
  41.      140     116 17.1% 05-Jan-80 20:04:14  EPP/PModules/dAbort.e
  42.     3527     989 71.9% 05-Jan-80 20:04:14  EPP/PModules/eTimer.e
  43.      111      97 12.6% 05-Jan-80 20:04:14  EPP/PModules/exp.e
  44.      457     244 46.6% 05-Jan-80 20:04:16  EPP/PModules/floatToString.e
  45.       57      57  0.0% 05-Jan-80 20:04:14  EPP/PModules/isDigit.e
  46.       70      67  4.2% 05-Jan-80 20:04:14  EPP/PModules/itoa.e
  47.       64      64  0.0% 05-Jan-80 20:04:16  EPP/PModules/listItem.e
  48.       81      75  7.4% 05-Jan-80 20:04:16  EPP/PModules/lowerChar.e
  49.       76      71  6.5% 05-Jan-80 20:04:14  EPP/PModules/max.e
  50.      972     476 51.0% 05-Jan-80 20:04:14  EPP/PModules/maxMem.e
  51.     4634    1082 76.6% 05-Jan-80 20:04:16  EPP/PModules/mdArray.e
  52.       67      59 11.9% 05-Jan-80 20:04:16  EPP/PModules/mod.e
  53.      516     229 55.6% 05-Jan-80 20:04:16  EPP/PModules/mousePointer.e
  54.      367     218 40.5% 05-Jan-80 20:04:16  EPP/PModules/readStr.e
  55.       71      65  8.4% 05-Jan-80 20:04:14  EPP/PModules/signed.e
  56.      728     338 53.5% 05-Jan-80 20:04:14  EPP/PModules/skipNonWhite.e
  57.      296     194 34.4% 05-Jan-80 20:04:14  EPP/PModules/skipToChar.e
  58.      512     281 45.1% 05-Jan-80 20:04:14  EPP/PModules/skipToEDelim.e
  59.      714     332 53.5% 05-Jan-80 20:04:14  EPP/PModules/skipWhite.e
  60.      911     367 59.7% 05-Jan-80 20:04:14  EPP/PModules/stack.e
  61.       99      82 17.1% 05-Jan-80 20:04:16  EPP/PModules/swap.e
  62.     3265    1131 65.3% 05-Jan-80 20:04:14  EPP/PModules/sysDate.e
  63.     1234     438 64.5% 05-Jan-80 20:04:14  EPP/PModules/sysTime.e
  64.       38      38  0.0% 05-Jan-80 20:04:16  EPP/PModules/unsigned.e
  65.       82      76  7.3% 05-Jan-80 20:04:14  EPP/PModules/upperChar.e
  66.     3160    1233 60.9% 05-Jan-80 20:06:18  EPP/Readme_First.doc
  67.      119      79 33.6% 05-Jan-80 20:04:18  EPP/Scripts/Mac2E!
  68.    43129   11084 74.3% 05-Jan-80 20:04:16  EPP/Sources/EPP.e
  69.      299     195 34.7% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example1/mod0.e
  70.      163     116 28.8% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example1/mod1.e
  71.      900     378 58.0% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example1/mod2.e
  72.      166     116 30.1% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example1/mod3.e
  73.      130      98 24.6% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example1/mod4.e
  74.      147     112 23.8% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example1/mod5.e
  75.      130      98 24.6% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example1/mod6.e
  76.       50      50  0.0% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example1/procX.e
  77.     3304    1102 66.6% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example2/args_Test.e
  78.      763     422 44.6% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example2/bReadStr_test.e
  79.     2005     650 67.5% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example2/char_mdArray_Test.e
  80.      781     274 64.9% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example2/eTimer_Test.e
  81.      680     211 68.9% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example2/floatToStr_test.e
  82.      397     183 53.9% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example2/maxMem_test.e
  83.     1360     451 66.8% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example2/mousePointer_test.e
  84.     1087     508 53.2% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example2/readStr_Timer.e
  85.      421     209 50.3% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example2/skipNonWhite_Timer.e
  86.      254     163 35.8% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example2/stack_Test.e
  87.     3080     390 87.3% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example2/sysDate_test.e
  88.      167     126 24.5% 05-Jan-80 20:04:16  EPP/Sources/Examples/EPP_Example2/sysTime_test.e
  89.     1622     707 56.4% 05-Jan-80 20:04:16  EPP/Sources/Programmers/reportError.e
  90.      486     287 40.9% 05-Jan-80 20:04:16  EPP/Sources/Programmers/ReportErrorTest.e
  91.      921     525 42.9% 05-Jan-80 20:04:16  EPP/Sources/Programmers/ShowMap.e
  92. -------- ------- ----- --------- --------
  93.   167767   70861 57.7% 06-Apr-94 19:57:12   72 files
  94.